Based on the requirements of data confidentiality, 
this demonstration will be presented using examples that reflect the characteristics of the actual data.
Since the specific numerical values are not real, 
the purpose shown is only to illustrate the substitution rules.

Scenario 1 *************************************************************
S1.1_Individual Rainfall Event & Sliding Window Results_Orginial scheme
typhoon_year	typhoon_name	process_id	  process_start	process_end	1h_max	3h_max	6h_max	12h_max	24h_max
1980	xx1	1	1980/8/1 17:00	1980/8/2 17:00	  12	  15	  28   30  40
1980	xx1	2	1980/8/2 20:00	1980/8/3 09:00	  30	  40	  45	 50  --
1980 xx2   1	1980/9/2 02:00	1980/9/3 17:00	  10	  20    30    40  -- 
(unit：mm）

S1.2_Individual Rainfall Event & Sliding Window Results_Typhoon-Influence Process
typhoon_year	typhoon_name	process_id	process_start	process_end	1h_max	3h_max	6h_max	12h_max	24h_max
1980	xx1	1	1980/8/1 17:00	1980/8/3 09:00   30	 40	 45    52    55
1980 xx2   1	1980/9/2 02:00	1980/9/3 17:00	  10	 20    30    40    -- 

S1.3_Annual maximum series
year 1h_max	3h_max	6h_max	12h_max	24h_max
1980 30	 40	 45    52    55


Scenario 2 *************************************************************
S1.1_Individual Rainfall Event & Sliding Window Results_Orginial scheme
typhoon_year	typhoon_name	process_id  process_start	process_end	1h_max	3h_max	6h_max	12h_max	24h_max
1980	xx1	1	1980/8/1 17:00	1980/8/2 17:00	  20	  36	  48    72    100
1980	xx1	2	1980/8/2 20:00	1980/8/3 05:00	  15	  40	  75	  --      --
1980 xx2   1	1980/9/2 02:00	1980/9/3 17:00	  50	  70    80    150    -- 
(unit：mm）

S1.2_Individual Rainfall Event & Sliding Window Results_Typhoon-Influence Process
typhoon_year	typhoon_name	process_id	process_start	process_end	1h_max	3h_max	6h_max	12h_max	24h_max
1980	xx1	1	1980/8/1 17:00	1980/8/3 05:00   20	 40	 75    90    120
1980 xx2   1	1980/9/2 02:00	1980/9/3 17:00	  50	 70    80    150  --

S1.3_Annual maximum series
year 1h_max	3h_max	6h_max	12h_max	24h_max
1980 50	        70            80             150          150